-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Canvas] Filters panel with filter group update functionality. #117649
[Canvas] Filters panel with filter group update functionality. #117649
Conversation
…anel_update_group # Conflicts: # x-pack/plugins/canvas/public/components/workpad_filters/__stories__/elements.ts # x-pack/plugins/canvas/public/components/workpad_filters/__stories__/workpad_filters.stories.tsx # x-pack/plugins/canvas/public/components/workpad_filters/hooks/use_canvas_filters.ts
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
merge conflict between base and head |
# Conflicts: # x-pack/plugins/canvas/canvas_plugin_src/renderers/filters/dropdown_filter/index.tsx # x-pack/plugins/canvas/canvas_plugin_src/renderers/filters/time_filter/index.tsx # x-pack/plugins/canvas/public/components/sidebar/element_settings/element_settings.component.tsx # x-pack/plugins/canvas/public/components/workpad_filters/__stories__/workpad_filters.stories.tsx # x-pack/plugins/canvas/public/components/workpad_filters/hooks/use_canvas_filters.ts # x-pack/plugins/canvas/public/components/workpad_filters/workpad_filters.tsx # x-pack/plugins/canvas/public/functions/filters.ts # x-pack/plugins/canvas/public/lib/filter.test.ts # x-pack/plugins/canvas/public/lib/filter.ts
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @Kunzetsov |
Introduction
At this PR the feature from this issue was extended by the functionality of updating the filter group of the filter directly from the
Filters
panel.Screenshots
Changing filter group to the filter group of the element.
Displaying all the filters, depending to the group of the element with an ability to update.
Changing the group is updating the element view.